math/big.Float.Set (method)
10 uses
math/big (current package)
float.go#L653: func (z *Float) Set(x *Float) *Float {
float.go#L899: r.Set(x)
float.go#L1019: r.Set(x)
float.go#L1181: z.Set(x)
float.go#L1189: z.Set(x)
float.go#L1509: return z.Set(x)
float.go#L1514: return z.Set(y)
float.go#L1576: return z.Set(x)
ftoa.go#L377: x = new(Float).SetPrec(n).SetMode(x.mode).Set(x)
sqrt.go#L107: return t.Set(u)
![]() |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |